Carbon


kThemeTextColorDocumentWindowTitleActive

Header: Appearance.h

enum {
    kThemeTextColorDocumentWindowTitleActive = 23,
    kThemeTextColorDocumentWindowTitleInactive = 24,
    kThemeTextColorMovableModalWindowTitleActive = 25,
    kThemeTextColorMovableModalWindowTitleInactive = 26,
    kThemeTextColorUtilityWindowTitleActive = 27,
    kThemeTextColorUtilityWindowTitleInactive = 28,
    kThemeTextColorPopupWindowTitleActive = 29,
    kThemeTextColorPopupWindowTitleInactive = 30,
    kThemeTextColorRootMenuActive = 31,
    kThemeTextColorRootMenuSelected = 32,
    kThemeTextColorRootMenuDisabled = 33,
    kThemeTextColorMenuItemActive = 34,
    kThemeTextColorMenuItemSelected = 35,
    kThemeTextColorMenuItemDisabled = 36,
    kThemeTextColorPopupLabelActive = 37,
    kThemeTextColorPopupLabelInactive = 38
};

Constant descriptions

kThemeTextColorDocumentWindowTitleActive

Text color for the title of an active document window. Available with Appearance Manager 1.0.1 and later.

kThemeTextColorDocumentWindowTitleInactive

Text color for the title of an inactive document window. Available with Appearance Manager 1.0.1 and later.

kThemeTextColorMovableModalWindowTitleActive

Text color for the title of an active movable modal window. Available with Appearance Manager 1.0.1 and later.

kThemeTextColorMovableModalWindowTitleInactive

Text color for the title of inactive movable modal window. Available with Appearance Manager 1.0.1 and later.

kThemeTextColorUtilityWindowTitleActive

Text color for the title of an active utility (floating) window. Available with Appearance Manager 1.0.1 and later.

kThemeTextColorUtilityWindowTitleInactive

Text color for the title of an inactive utility (floating) window. Available with Appearance Manager 1.0.1 and later.

kThemeTextColorPopupWindowTitleActive

Text color for the title of an active pop-up window. Available with Appearance Manager 1.0.1 and later.

kThemeTextColorPopupWindowTitleInactive

Text color for the title of an inactive pop-up window. Available with Appearance Manager 1.0.1 and later.

kThemeTextColorRootMenuActive

Text color for an active menu bar title. Available with Appearance Manager 1.0.1 and later.

kThemeTextColorRootMenuSelected

Text color for a menu bar title that is being selected by the user. Available with Appearance Manager 1.0.1 and later.

kThemeTextColorRootMenuDisabled

Text color for a disabled menu bar title. Available with Appearance Manager 1.0.1 and later.

kThemeTextColorMenuItemActive

Text color for an active menu item. Available with Appearance Manager 1.0.1 and later.

kThemeTextColorMenuItemSelected

Text color for a menu item that is being selected by the user. Available with Appearance Manager 1.0.1 and later.

kThemeTextColorMenuItemDisabled

Text color for a disabled menu item. Available with Appearance Manager 1.0.1 and later.

kThemeTextColorPopupLabelActive

Text color for the label of an active pop-up menu button. Available with Appearance Manager 1.0.1 and later.

kThemeTextColorPopupLabelInactive

Text color for the label of an inactive pop-up menu button. Available with Appearance Manager 1.0.1 and later.


© 2000 Apple Computer, Inc. — (Last Updated 5/8/2000)